home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / BSP Tree 1.2 / Sources / Core / include / minimum system.h < prev    next >
Encoding:
Text File  |  1994-10-21  |  727 b   |  19 lines  |  [TEXT/MMCC]

  1. //------------------------------------------------------------------------------
  2. //    File:                    minimum system.h
  3. //    Date:                    10/21/94
  4. //    Author:                Bretton Wade
  5. //
  6. //    Description:    this file contains the minimum system requirements
  7. //
  8. //------------------------------------------------------------------------------
  9.  
  10. #ifndef    MINIMUMSYSTEM
  11. #define    MINIMUMSYSTEM
  12.  
  13. //------------------------------------------------------------------------------
  14. //    functions
  15. //------------------------------------------------------------------------------
  16. void    MinimumSystem (void);                                                                                                            //    check for minimum system requirements
  17.  
  18. //------------------------------------------------------------------------------
  19. #endif    //INCLUDE